home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / telecom / ncomm / install < prev    next >
Text File  |  1994-11-17  |  440b  |  22 lines

  1. failat 100
  2. echo "Setting up NComm: assignment ..."
  3. assign NComm:
  4. assign NComm: ""
  5.  
  6. echo "Installing XPRZmodem.library in libs: ..."
  7. copy XPRZmodem.library libs:
  8.  
  9. echo "Installing IBM fonts in fonts: ..."
  10. echo "(if the makedir fails, the directories already exist)"
  11.  
  12. makedir fonts:NComm1
  13. copy NComm1.font fonts:
  14. copy NComm1.8 fonts:NComm1/8
  15.  
  16. makedir fonts:NComm2
  17. copy NComm2.font fonts:
  18. copy NComm2.8 fonts:NComm2/8
  19.  
  20. echo "All done."
  21. endcli
  22.